.swiper-container{
    display: block;
    width: 100%;
    margin:0 auto;
    text-align:center;
  }
   .swiper-slide{
    display: block;
    height: 720px;
  }
  .swiper-wrapper{
    height: 720px;
  }
  .search-box{
    z-index: 100;
  }
  
  .rent .title-3 {
    color: #000;
  }

  .ddz-focus-on {
    width: 1170px;
    height: 580px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 100;
  }

  .ddz-select-search {
    width: 396px;
    margin-top: 129px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 30px 40px 0 rgba(0,0,0,0.15);
    overflow: hidden;
    display: block;
  }
  .ddz-select-search form {
    padding: 30px;
  }

  .area-select {
    display: block;
    width: 100%;
    min-height: 112px;
    border-bottom: 1px solid #EEE;
  }

  .ddz-select-search h3 {
    color: #000;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 600;
  }

  .area-select ul, .size-control ul {
    display: block;
    width: 360px;
    margin: 0 auto;
  }

  .area-select ul li {
    height: 30px;
    line-height: 30px;
    color: #666;
    font-size: 14px;
    border-radius: 5px;
    text-align: center;
    display: block;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    cursor: pointer;
  }

  .area-select ul li a {
    color: #666;
    text-decoration: none;
  }

  .area-select ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    font-family: 'PingFang SC','Helvetica Neue','Helvetica','Hiragino Sans GB','Microsoft YaHei','微软雅黑','黑体','Arial','sans-serif';
  }

  .size-select {
    clear: both;
    width: 100%;
    height: 131px;
    padding-top: 25px;
    display: block;
  }

  .size-control li {
    width: 50px;
    height: 16px;
    background: #f5f5f5;
    float: left;
    margin-right: 6px;
    cursor: pointer;
    transition: background .2s linear;
  }

  .size-show li {
    width: 55px;
    height: 20px;
    float: left;
    margin-right: 0;
    font-size: 12px;
    text-indent: -10px;
    text-align: center;
  }

  .button-holder {
    width: 100%;
  }

  a.search-office {
    width: 96px;
    height: 42px;
    background: #1a3372;
    color: #fff;
    border-radius: 5px;
    clear: both;
    cursor: pointer;
    margin: 0 auto;
    border: 0;
    padding: 0;

    line-height: 42px;
    text-align: center;
    margin-left: 11px;
    text-decoration: none;
    display: block;
    position: absolute;
    top: 30px;
    right: 20px;
    font-size: 14px;
  }

  .search-text {
    width: 100%;
    height: 85px;
    background: #f2f2f2;
    position: relative;
  }

  .ddz-select-search #public_form_search {
    padding-top: 22px;
    display: block;
  }

  .ddz-select-search form {
    padding: 30px;
  }
  .search-text .input-item {
    position: relative;
    width: 238px;
    height: 42px;
    border-radius: 4px;
  }
  .search-text a.search-map {
    width: 96px;
    height: 40px;
    
  }

  .search-text .input-item #kw-search {
    border: solid 1px #e5e5e5;
  }
  .search-text .input-item input {
    width: 238px;
    height: 42px;
    border-radius: 4px;
    text-indent: 12px;
    background-color: rgba(255,255,255,0.8);
  }



  .clearfix {
    zoom: 1;
  }

  ol, ul {
    list-style: none;
  }